https://t.me/RX1948
Server : LiteSpeed
System : Linux host 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
User : idnco5810 ( 1093)
PHP Version : 8.2.29
Disable Function : NONE
Directory :  /usr/local/CyberCP/packages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/CyberCP/packages/models.py
# -*- coding: utf-8 -*-

from loginSystem.models import Administrator

from django.db import models

# Create your models here.

class Package(models.Model):
    admin = models.ForeignKey(Administrator,on_delete=models.CASCADE)
    packageName = models.CharField(max_length=50,unique=True)
    diskSpace = models.IntegerField()
    bandwidth = models.IntegerField()
    emailAccounts = models.IntegerField(null=True)
    dataBases = models.IntegerField(default=0)
    ftpAccounts = models.IntegerField(default=0)
    allowedDomains = models.IntegerField(default=0)
    allowFullDomain = models.IntegerField(default=1)
    enforceDiskLimits = models.IntegerField(default=0)

https://t.me/RX1948 - 2025